-
Notifications
You must be signed in to change notification settings - Fork 23
Add initialValues option to toggle use of type specific initial values #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hi @sagold , Can you please look into the PR and let me know your comments. This enables to control the inclusion of type specific values in getData response |
Hi Mani, thank you for your PR! I am waiting for some spare time review your MR. Cheers, |
Hi @sagold, Could you please review the merge request at your earliest convenience? I'm currently waiting on this change to proceed further. Thanks in advance! |
Hi @sagold , Thanks, |
Hi Mani, FYI I will do so this week. Cheers, |
Thanks @sagold , waiting for it 🙂 . |
Overall I agree with this merge request. This feature is likely to changed in the future in favor of a more consistent configuration (between required, optional properties, valid and invalid default values and now our new option). But right now, I am happy that you addressed this missing requirement and happy to change the api to support this. Please note:
Cheers. |
Hi Sascha, Thanks, |
Hi Mani, thank you for the update! I merge and publish your PR. Tests are passing on my side. An update of the documentation is missing, but I will add it myself to not further delay the PR. Regards, |
Your changes have been published with |
Add initialValues template option , set to false to not use type specific initial values.Defaults to true